home *** CD-ROM | disk | FTP | other *** search
- object RASConnect: TRASConnect
- Left = 111
- Top = 51
- Width = 435
- Height = 371
- Caption = 'Remote Access'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnActivate = FormActivate
- OnClose = FormClose
- TextHeight = 16
- object ConnectBtn: TBitBtn
- Left = 32
- Top = 8
- Width = 89
- Height = 33
- Caption = '&Connect'
- TabOrder = 0
- OnClick = ConnectBtnClick
- end
- object Memo1: TMemo
- Left = 32
- Top = 96
- Width = 369
- Height = 201
- Lines.Strings = (
- '')
- TabOrder = 1
- end
- object StatusBtn: TBitBtn
- Left = 172
- Top = 8
- Width = 89
- Height = 33
- Caption = '&Status'
- TabOrder = 2
- OnClick = StatusBtnClick
- end
- object DisconnectBtn: TBitBtn
- Left = 312
- Top = 8
- Width = 89
- Height = 33
- Caption = '&Disconnect'
- TabOrder = 3
- OnClick = DisconnectBtnClick
- end
- object PhoneBox: TComboBox
- Left = 32
- Top = 64
- Width = 369
- Height = 24
- ItemHeight = 16
- TabOrder = 4
- OnExit = PhoneBoxExit
- end
- object ConnectionBox: TComboBox
- Left = 32
- Top = 304
- Width = 369
- Height = 24
- ItemHeight = 16
- TabOrder = 5
- end
- object RAS1: TRAS
- UserName = 'MikeA'
- Password = 'MikeA'
- OnConnect = RAS1Connect
- OnDisconnect = RAS1Disconnect
- Top = 24
- end
- end
-